home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-in_the_mag-
/
workbench
/
sql
/
sqldb
/
rexxmacros
/
errsql.rexx
next >
Wrap
OS/2 REXX Batch file
|
1999-06-29
|
183b
|
11 lines
/* sqltest.rexx */
options results
address 'SQLserver'
say 'Got Server'
'ExecSQL' "this is a syntax error;"
'GetLastCode'
say 'code = ' result
'GetLastErrMsg'
say 'errmsg = ' result